From d029b62d233730f092d1ebaae3f8ea11052629ed Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Sat, 1 Jan 2022 19:05:33 +0100 Subject: [PATCH] gtk: mark gtk_mount_operation_get_parent as nullable --- gtk/gtkmountoperation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkmountoperation.c b/gtk/gtkmountoperation.c index baa4f785e5..43760283b4 100644 --- a/gtk/gtkmountoperation.c +++ b/gtk/gtkmountoperation.c @@ -1873,7 +1873,7 @@ gtk_mount_operation_set_parent (GtkMountOperation *op, * * Gets the transient parent used by the `GtkMountOperation`. * - * Returns: (transfer none): the transient parent for windows shown by @op + * Returns: (transfer none) (nullable): the transient parent for windows shown by @op */ GtkWindow * gtk_mount_operation_get_parent (GtkMountOperation *op) -- 2.30.2